projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a9d26
)
(minor-mode-map-alist): Add missing quote.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 30 Jun 1994 19:21:03 +0000
(19:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 30 Jun 1994 19:21:03 +0000
(19:21 +0000)
lisp/progmodes/hideif.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideif.el
b/lisp/progmodes/hideif.el
index 59bdd215861e6830a364ab950d2cba9a38ef56f3..3bffaff96e75ae472f66b84d582ffacb5b15a152 100644
(file)
--- a/
lisp/progmodes/hideif.el
+++ b/
lisp/progmodes/hideif.el
@@
-192,7
+192,7
@@
;; Arrange to use the mode's map when the mode is enabled.
(or (assq 'hide-ifdef-mode minor-mode-map-alist)
(setq minor-mode-map-alist
- (cons (cons hide-ifdef-mode hide-ifdef-mode-map)
+ (cons (cons
'
hide-ifdef-mode hide-ifdef-mode-map)
minor-mode-map-alist)))
(or (assq 'hide-ifdef-hiding minor-mode-alist)